@charset "UTF-8";

header {
	padding: 0px;
	margin-left: 10px;

}

body {
	margin: 0;
	padding: 5px;
	
}

h1 {
	margin-top: 0px;
}

#nav a {
	font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

nav {
	display: block;
}

#nav {
	list-style: none;
	overflow: hidden;
}

#nav li {
	width: 170px;
	text-align: center;
	background-color: #0000cd;
	float: left;
	height: 50px;
	line-height: 50px;
	border: solid 1px #ffffff;
	transition: all  0.3s ease;
}

#nav li:hover {
	background-color: #4169e1;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0px;
}

#nav ul {
	margin-right: auto;
	margin-left: auto;
}

body {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display:flex;
    flex-flow: column;

}

h1 p {
	font-size: 30px;
	margin-top: 0px;
	margin-left: 5px;
}

h2 {
	margin-left: 45px;
}